CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c file read

搜索资源列表

  1. cp

    0下载:
  2. 文件操作,包括文本文件读写,二进制文件读写-File operations, including read and write text files, binary files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1397
    • 提供者:刘井生
  1. PBS_monitor

    0下载:
  2. C# 实现的一个完整的web页面定时监测程序,支持APSX编写的登入页面,先登入后读出想要监测页面面,然后调用正则表达式实现特殊信息的提取,并从XLS中读出相关的信息,然后发送信息(Windows MSMQ),可以实现在线短信等的功能。 所有要监控的信息和条件都在config文件中设置。-C# to achieve a complete web page from time to time to monitor the process and support the preparation
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:640763
    • 提供者:leebooksea
  1. gps1_5

    0下载:
  2. gps1_5.c begins by opening a file gpsData.txt which will save all GPS message strings in ASCII. Next, the serial port is opened using a function prototype comm_setting() which invokes functions found in the IBMCOM library. A while loop is entere
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:2679
    • 提供者:icach
  1. fuelcellsim

    0下载:
  2. Read Hex string from file, convert to byte array and send using udp multicast socket Developed by Borland c++ builder 6.0 -Read Hex string from file, convert to byte array and send using udp multicast socket Developed by Borland c++ buil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:301849
    • 提供者:lika
  1. MovieDB

    0下载:
  2. this article is about a simple database built in Microsoft Access and C#. to explore : the end user doesn t need to install any SQL servers, he just needs executable binary and *.mdb file, i.e. connecting to *.mdb file, read/write data, using dat
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:315811
    • 提供者:morad
  1. Readstl

    0下载:
  2. C++语言对STL文件格式进行读取,并将其显示出来,有一定的交互功能-C++ language, read the STL file format, and show a certain degree of cross-functional
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:7617297
    • 提供者:laga
  1. ReadFile

    0下载:
  2. 本程序用C.C++.MFC三种途径实现了文件的读写操作。-This program demostrate file read/write operation by three method,they are C,C++,MFC.
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:1008348
    • 提供者:
  1. readmat

    0下载:
  2. VC6.0 读写matlab7.0的mat文件.分享此段代码,运行成功。-read the mat file of the matlab7.0,under the vc6.0
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:251552
    • 提供者:黄蓝
  1. medianfilter

    0下载:
  2. 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:566431
    • 提供者:杨帅
  1. zlg_fs

    1下载:
  2. 周立功U盘读写文件系统.rar 极好的用于学习;FAT文件系统 的好代码-ZLG U disk read-write file system. Rar excellent for learning FAT file system, a good code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:827227
    • 提供者:bbm
  1. modular

    0下载:
  2. BPSK 的调制程序,从文件读入01序列,进行采样之后进行BPSK调制,然后输出。VC2005编写-BPSK modulation process, read from a file into the 01 sequences, after sampling BPSK modulation, then output. VC2005 prepared
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3828161
    • 提供者:xinjirong
  1. FAT16

    0下载:
  2. FAT16文件系统免费C代码下载 1)兼容FAT16/FAT32文件系统,支持长文件名,多级目录,多盘操作,读写,创建,删除文件,盘遍厉等等功能 2)采用C代码编写,方便的移植于多种计算机应用平台,一般情况下只需编写额外磁盘的读写驱动,即可使用文件系统所有的功能。 3)具备文件数据块缓冲功能:1)读文件时,读位置在数据块缓冲内,即可直接从数据块缓冲中读取数据,而不需读物理磁盘,加快了读取文件的速度;而且,文件数据块缓冲的大小可由编译宏EnableFileBuf,TotalFil
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:454824
    • 提供者:6756
  1. Write-ReadFile

    0下载:
  2. C++读写文件。Win32程序,产生100个随机数,然后将产生的数存储为10行10列的文件格式,最后从文件中读取这些数并按照原格式显示出来。-The C++ Programming file. It can create 100 numbers and write them to the txt file, in the end read it to print.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:898246
    • 提供者:钟哲
  1. file

    0下载:
  2. 用C,C++以及MFC写文件和读取文件的代码.-With C, C++ and MFC to write papers and read the file code.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:29197
    • 提供者:王雄韬
  1. DES

    0下载:
  2. DES算法,用c++实现。从文件读入明文,将密文写入文件。所有源码齐备,保证测试通过。-DES algorithm, using c++ implementation. Read from a file into the plaintext, the ciphertext to write the file. All source code in place, ensure the test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4710
    • 提供者:dong
  1. inifilesCforfullsolutio

    0下载:
  2. 这是个word文档的ini文件C++实现全解,帮助大家理解ini文件读写机制。-This is a word document ini files C++ for full solution to help you understand the mechanism of ini file read and write.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6770
    • 提供者:高建军
  1. P2

    0下载:
  2. use visual C++ to read yuv file
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:818
    • 提供者:kts
  1. 5examplesofLinux-c

    0下载:
  2. 简单的字符设备驱动程序mydriver.c、用mmap()来读取/etc/passwd 文件内容、mutex的使用实例、condition virable的使用实例、semaphore的使用实例-A simple character device driver mydriver.c, using mmap () to read/etc/passwd file content, mutex the use of examples, condition virable the use of exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8505
    • 提供者:王超然
  1. operatingsystem

    0下载:
  2. An operatin system writin with C ,with read/write support for FAT12 file system-An operatin system writin with C ,with read/write support for FAT12 file system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:47949
    • 提供者:abdelrahman
  1. who1.c

    0下载:
  2. who命令的具体实现,方法见原代码注释 /*who1.c - for a first version the who programe * open,read UTMP file,and show resulets -/*who1.c- for a first version the who programe * open,read UTMP file,and show resulets */
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:903
    • 提供者:瀑布
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com